Skip to content

chore(deps): update dependency typescript to v7#1926

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Open

chore(deps): update dependency typescript to v7#1926
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 6.0.37.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude

claude Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Claude finished @renovate[bot]'s task in 40s —— View job


Code review

No issues found. Checked for bugs and AGENTS.md compliance.

This PR only touches package.json (typescript 6.0.37.0.2) and the regenerated pnpm-lock.yaml — there's no hand-written logic to review here. The one real problem (typescript 7 falling outside @typescript-eslint/*@8.62.1's declared peer range, breaking tsc/eslint) is already confirmed by the failing CI run and Railway build, and already called out on package.json:70 in the earlier review — not re-flagged here since it's CI-caught and already tracked.

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@railway-app

railway-app Bot commented Jul 11, 2026

Copy link
Copy Markdown

🚅 Deployed to the simon.dev-pr-1926 environment in simon.dev

Service Status Web Updated (UTC)
simon.dev ❌ Build Failed (View Logs) Web Jul 16, 2026 at 6:15 pm

Comment thread package.json
"pino-pretty": "13.1.3",
"prettier": "3.9.5",
"typescript": "6.0.3",
"typescript": "7.0.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bump breaks CI. @typescript-eslint/eslint-plugin@8.62.1, @typescript-eslint/parser@8.62.1, and @typescript-eslint/project-service@8.62.1 all declare peerDependencies: { typescript: '>=4.8.4 <6.1.0' } (pnpm-lock.yaml:837-884), so typescript 7.0.2 falls outside their supported range. The CI run for this PR (job 86981727363) confirms it fails hard: [eslint] TypeError: Cannot read properties of undefined (reading 'Cjs') inside @typescript-eslint/typescript-estree, and separately [tsc] app/listening/[[...period]]/page.tsx(23,27): error TS2304: Cannot find name 'PageProps' — the generated Next.js route types no longer resolve under TypeScript 7. This needs @typescript-eslint/eslint-config-next/Next.js typegen support for TS7 before this upgrade can land. Fix this →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants